body {
  width: 100%;
  overflow: hidden;
  font-family: "Exo 2", sans-serif;
}

.container {
  width: 100%;
  height: 100%;
}

.IconContainer {
  position: absolute;
  bottom: 0vh;
  left: 0.1vh;
}

.BaseCircle {
  position: relative;
  width: 4vh !important;
  height: 4vh !important;
  float: left;
  margin: 0.3vh;
  border-radius: 50%;
  background: rgb(49, 49, 49);
}

.fa-heart,
.fa-shield-alt,
.fa-hamburger,
.fa-skull {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.2vh;
  bottom: 1.2vh;
}

.fa-brain, .fa-headset  {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.1vh;
  bottom: 1.2vh;
}

.fa-lungs {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.1vh;
  bottom: 1.3vh;
}

.fa-tint {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.5vh;
  bottom: 1.2vh;
}

.fa-microphone {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.4vh;
  bottom: 1.25vh;
}

#SpeedCircle {
  width: 5vh !important;
  height: 5vh !important;
  position: absolute;
  font-size: 5vh;
  left: 22.8vh;
  bottom: 5.6vh;
  background: rgba(27, 27, 27, 0.336);
  transform: rotate(-180deg);
}

#SpeedIndicator {
  color: white;
  position: inherit;
  z-index: 1000;
  left: 1vh;
  top: 0.1vh;
  width: 3vh;
  font-size: 2vh;
  text-align: center;
  text-shadow: 0.2vh 0.2vh 0vh rgb(22, 22, 22);
  transform: rotate(-180deg);
}
#FuelCircle {
  width: 3vh !important;
  height: 3vh !important;
  position: absolute;
  left: 20.4vh;
  bottom: 4.2vh;
  background: rgba(27, 27, 27, 0.336);
  transform: rotate(-180deg);
}
#NitrousCircle {
  width: 3vh !important;
  height: 3vh !important;
  position: absolute;
  left: 24.4vh;
  bottom: 11vh;
  background: rgba(27, 27, 27, 0.336);
  transform: rotate(-180deg);
}

.nitrous {
  color: white;
  left: 0.6vh;
  bottom: 0.7vh;
  height: 18px;
  width: 18px;
  position: inherit;
  transform: rotate(-180deg);
}

.fa-gas-pump {
  color: white;
  font-size: 1vh;
  position: inherit;
  left: 0.9vh;
  bottom: 1.1vh;
  transform: rotate(-180deg);
}

.flash {
  -webkit-animation: flash 1s;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
